home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Plus 2007
/
Programmer-Plus-2007.iso
/
Programming
/
Borland Plateform
/
Turbo Prolog 2
/
EXAMPL64.PRO
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1986-04-25
|
257 b
|
11 lines
/* program 64 */
/* read the read64.me to link language modules*/
global predicates
treble(integer,integer) - (i,o) language c
goal
write("Type an integer "),
readint(A),
treble(A,T),
write("Treble that number is ",T),nl.